@import "font.css";
html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:70px 0 0 0;
  font:14px/1.5 Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #f6f6f6;
}
select,textarea,button{
  font:14px/1.5 Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Source Han Sans CN, Arial, sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.woff2?t=1644396912317') format('woff2'),
       url('../font/iconfont2.woff?t=1644396912317') format('woff'),
       url('../font/iconfont2.ttf?t=1644396912317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}
body.zs-bg-white{
  background-color: #FFFFFF;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#3B3B3B;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#e4362d;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:100%;
  padding-left: 35px;
  padding-right: 35px;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#ed0808 !important;
}
.zs-blue{
    color:#3860F4 !important;
}
.zs-black{
    color: #000000 !important;
}
.text.zs-black .btn a{
    color: #000 !important;
    border:1px solid #000 !important;
}
.zs-imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.zs-imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.zs-fl{
  float: left;
}
.zs-fr{
  float: right;
}
.zs-posr{
    position: relative;
}
.zs-posa{
    position: absolute;
}
.zs-bg-grey {
    background: #f0f0f0;
}
.zs-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed0808;
}
.zs-title{
    position: relative;
    font-size: 34px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: rgba(255,255,255,1);
}
.zs-header.show {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: block;
    height: 70px;
    align-items: center;
}
.zs-header .logo{
    float: left;
    width: auto;
    height: 35px;
    margin: 18px 0 18px 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    float: left;
    display: flex;
    padding-left: 10%;
    width: 70%;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    position: relative;
    height: 70px;
}
.zs-header .nav li a{
    display: block;
    padding: 0 0;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    position: relative;
}
.zs-header .nav li a:hover{
    color: #e4362d;
}
.zs-header .nav li.cur a{
    color: #e4362d;
    font-weight: bold;
}
.zs-header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 16px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #e4362d;
    transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 16px;
    margin-left: -8px;
    background-color: #e4362d;
    bottom: 16px;
}
.zs-header .nav li:hover dl{
    display: block;
}
.zs-header .nav li dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 70px;
    padding: 10px 0 10px 20px;
    display: none;
    /* width: 100%; */
    white-space: nowrap;
    min-width: 120px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.zs-header .nav li dl dd{
    text-align: left;
    position: relative;
}
.zs-header .nav li dl dd a{
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 2;
}
.zs-header .nav li dl dd a,.zs-header .nav li.cur dl dd a{
    color: #333333;
}
.zs-header .nav li dl dd a:hover,.zs-header .nav li.cur dl dd a:hover{
    color: #bf1313;
}
.zs-header .nav li dl dd dl.subnav,.zs-header .nav li dl dd dl dd dl.threenav{
    left: 100%;
    top: -10px;
    display: none;
}
.zs-header .nav li dl dd:hover dl.subnav,.zs-header .nav li dl dd dl dd:hover dl.threenav{
    display: block;
    border-left: 1px solid #F3F3F3;
}
.zs-header .nav .nav-arrow{
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-more.png) no-repeat 96% center;
    background-size: auto 12px;
}
.zs-header li:hover .dropdown-menu{
    display: block;
}
.zs-header .nav li.down.cur a:hover:after, .zs-header .nav li.down a:hover:after {
    display: none;
}
.zs-header .dropdown-menu {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 115px;
    margin-left: -54px;
    padding: 10px;
    margin-top: -1px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .dropdown-menu li{
    height: auto;
}
.zs-header .dropdown-menu:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 45px;
}
.zs-header .dropdown-item-title {
    line-height: 12px;
    margin: 0 10px;
    color: #666;
    height: auto;
    font-size: 13px;
    padding: 16px 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav {
    width: 100%;
    line-height: 1.4;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
    padding: 0;
    float: left;
    width: 100%;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    display: flex;
    width: 100%;
    padding: 10px 15px 8px 15px;
    line-height: 1.4;
    color: #333 !important;
    font-size: 15px;
    border-radius: 3px;
    font-weight: normal !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
    color: #e4362d !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
    color: #e4362d;
    text-decoration: none;
    background-color: #f5f5f5;
}
.zs-header .rightbox{
    float: right;
    display: flex;
    min-width: 225px;
    margin-top: 15px;
    height: 40px;
    justify-content: flex-end;
}
.zs-header .rightbox .ico-search {
    width: 40px;
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/ico-search.svg) no-repeat left center;
    background-size: 23px 23px;
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.zs-header .rightbox .ico-weixin {
    width: 40px;
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/ico-weixin.svg) no-repeat left center;
    background-size: 25px 25px;
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.zs-header .rightbox .ico-weixin:hover .ico-weixin-box{
    display: block;
}
.zs-header .rightbox .ico-weixin-box {
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 150px;
    margin-left: -75px;
    padding: 10px;
    margin-top: -1px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .rightbox .ico-weixin-box img{
    display: block;
    width: 150px;
    height: 150px;
}
.zs-header .rightbox .ico-weixin-box:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 67px;
}
.zs-header .rightbox .ico-phone {
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-phone.svg) no-repeat left center;
    background-size: 23px 23px;
    margin-left: 10px;
    display: block;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    font-family: 'din';
}
.zs-header .rightbox .ico-contact{
    display: block;
}
.zs-header .rightbox .ico-contact a{
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 30px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    border-radius: 6px;
    background-color: #e4362d;
    text-align: center;
}
.zs-header .rightbox .ico-search:hover,.zs-header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 20px;
    width: 20px;
    height: 18px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/
/*subbanner*/
.zs-subbanner{
    display: block;
    width: 100%;
    height: 500px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/img-subbanner.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.zs-subbanner .title{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    padding-top: 195px;
}
.zs-subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #333;
    padding-top: 18px;
}
.zs-subbanner .menubox{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9;
    height: 70px;
}
.zs-subbanner .menubox .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-subbanner .submenu{
    display: flex;
    width: 80%;
    height: 70px;
    color: #FFFFFF;
}
.zs-subbanner .submenu a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    line-height: 70px;
}
.zs-subbanner .submenu a.cur,.zs-subbanner .submenu a:hover {
    background: #e3143b;
}
.path{
    display: block;
    width: auto;
    line-height: 38px;
    font-size: 15px;
}
.path a{
    color: #333;
}
.path a:hover{
    text-decoration: underline !important;
}
.path span {
    font-family: 宋体;
    font-size: 12px;
    padding: 0px 10px;
}
#tab-swiper {
    width: 100%;
    height: 54px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    top: 32px;
    padding: 0 30px;
    position: absolute;
}
.tab-swiper{
    display: block;
    padding-top: 32px;
    position: relative;
    height: 86px;
}
.tab-swiper li{
    display: flex;
    width: auto;
    margin: 0 0;
    height: 54px;
    justify-content: center;
}
.tab-swiper li span{
    display: inline-block;
    font-size: 18px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.tab-swiper li.on,.tab-swiper li span:hover{
    color: #e4362d;
    font-weight: bold;
}
.tab-swiper li.on a,.tab-swiper li span a:hover{
    color: #e4362d;
    font-weight: bold;
}
.tab-swiper li span:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    background-color: #e4362d;
    transition: all 0.35s;
}
.tab-swiper li.on span:after, .tab-swiper li span:hover:after{
    width: 32px;
    margin-left: -16px;
}
.tab-swiper .swiper-button-prev {
    left: -10px;
}
.tab-swiper .swiper-button-next {
    right: -10px;
}
.tab-swiper .swiper-button-prev, .tab-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 50%;
    background: none !important;
    border: none !important;
}
.tab-swiper .swiper-button-next:after, .tab-swiper .swiper-button-prev:after{
    color: #999999;
    font-size: 18px;
}
.tab-swiper .swiper-button-prev:hover,.tab-swiper .swiper-button-next:hover{
    color: #e4362d;
    border: none;
}
.tab-swiper .swiper-button-next:hover:after, .tab-swiper .swiper-button-prev:hover:after{
    color: #e4362d;
}
.zs-nav-tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0 35px 0;
}
.zs-nav-tab.mt0{
    margin-top: -20px;
    padding: 0;
}
.zs-nav-tab li{
    display: block;
    margin: 0 16px;
    font-size: 18px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.zs-nav-tab li span{
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.zs-nav-tab li.on{
    color: #e4362d;
    font-weight: bold;
}
.zs-nav-tab li:hover{
    color: #e4362d;
}
.zs-nav-tab li:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    background-color: #e4362d;
    transition: all 0.35s;
}
.zs-nav-tab li.on:after {
    width: 100%;
    margin-left: -50%;
}
/*箭头*/
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #999999;
}
.swiper-button-prev{
    left: -75px;
}
.swiper-button-next{
    right: -75px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #999999;
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: linear-gradient(270deg, #bf1313 0%, #ff5c33 100.58%);
    background-color: #ff5c33;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 32px;
    height: 32px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #e4362d;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.zs-inquiries {
    display: block;
    height: 463px;
    padding: 0 35px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.zs-inquiries .zs-wp {
  position: relative;
  background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg_cloud.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.zs-inquiries .zs-wp .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 48.2009%;
}
.zs-inquiries .zs-wp .img img {
  height: 100%;
}
.zs-inquiries .info {
  padding: 50px 0 36px 80px;
}
.zs-inquiries .info h2 {
  color: #FFFFFF;
  font-size: 43px;
  margin-bottom: 25px;
}
.zs-inquiries .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.zs-inquiries .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 20px;
}
.zs-inquiries .jd-info .qrc {
  width: 152px;
  margin-right: 19px;
}
.zs-inquiries .jd-info .qrc img {
  width: 100%;
}
.zs-inquiries .jd-info .txt {
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.menu-mask{
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.popvbox{
    width: 550px;
    margin: -250px 0 0 -275px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
.wxErcode{
    display: block;
    padding: 50px 60px;
    color: #333333;
}
.wxErcode .wl-ercode{
    display: block;
    width: 300px;
    height: 300px;
    border:1px solid #e7e7e7;
    margin: 30px auto 25px auto;
}
.wxErcode .wl-ercode img{
    display: block;
    width: 100%;
    height: 100%;
}
.wxErcode .wl-text{
    display: block;
    width: 100%;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
}
.wxErcode .wl-text span{
    color: #fc6e01;
}
.menu-mask .icon2-close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.menu-mask .icon2-close img{
    display: block;
    width: 30px;
    height: 30px;
}
/*页脚 start*/
.zs-footer {
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #2c2a2a;
    z-index: 10
}
.zs-footermain:after,
.zs-footermain:before {
    content: " ";
    display: table
}
.zs-footermain:after {
    clear: both
}
.block-footer-logo,
.zs-footerbottom,
.zs-footermain {
    position: relative;
    padding: 0 35px;
    width: auto;
}
.block-footer-bg {
    position: relative;
    height: 114px;
    overflow: hidden
}
.block-footer-bg.is-white {
    background-color: #f6f6f6;
}
.block-footer-bg .footer-bg1, .block-footer-bg .footer-bg2 {
    position: absolute;
}
.block-footer-bg .footer-bg1 {
    right: 0;
}
.block-footer-bg .footer-bg2 {
    left: 0;
}
.block-footer-logo {
    margin-top: -50px;
    margin-bottom: 50px;
}
.block-footer-logo .footer-logo {
    display: inline-block;
    width: 130px;
}
.block-footer-left {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
}
.footer-menu {
    margin-right: 40px;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: top;
}
.footer-menu .footer-menu-title {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.footer-menu .footer-menu-item {
    line-height: 1.4;
}
.footer-menu .footer-menu-item dd {
    margin: 5px 0;
    font-size: 16px;
}
.footer-menu a {
    color: #fff;
}
.footer-brand{
    position: absolute;
    left: 16.8vw;
    top: 50px;
    display: flex;
    width: 48vw;
    justify-content: space-between;
}
.footer-brand a{
    display: block;
    text-align: center;
}
.footer-brand a img{
    display: block;
    margin: 0 auto 10px auto;
    width: 54px;
    height: 54px;
    border-radius: 16px;
}
.footer-brand a:hover{
    text-decoration: underline !important;
}
.contactCode a{
    position: relative;
}
.contactCode a:hover .contactCode-box{
    display: block;
}
.contactCode a .contactCode-box{
    position: absolute;
    bottom: 35px;
    left: -10px;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 140px;
    padding: 10px;
    margin-top: -1px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.contactCode a .contactCode-box img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0;
}
.contactCode a .contactCode-box:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 15px;
}
.block-footer-left a:hover, .zs-footerbottom a:hover,.footer-link a:hover{
    text-decoration: underline !important;
    opacity: .9;
}
.footer-rightbox {
    padding: 26px 30px 26px 45px;
    width: 476px;
    background-color: #fff;
    color: #001524;
    border-radius: 8px;
    margin-bottom: 55px;
    float: right;
}
.block-footer-right {
}
.footer-rightbox:after, .footer-rightbox:before {
    content: " ";
    display: table;
}
.footer-more {
    float: left;
    display: inline-block;
}
.footer-more .footer-more-title {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #001524;
}
.footer-more .footer-more-title-sub {
    margin-bottom: 12px;
    font-size: 18px;
    color: #001524;
}
.footer-more .footer-more-list {
    padding-bottom: 10px;
}
.footer-more .footer-more-item {
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 18px;
}
.footer-more .footer-more-item i {
    margin-right: 12px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e4362d;
    -webkit-box-shadow: 3px 7px 9px 0 rgba(0,60,181,.14);
    box-shadow: 3px 7px 9px 0 rgba(0,60,181,.14);
}
.footer-more .footer-more-item i, .footer-more .footer-more-item span {
    vertical-align: middle;
}
.footer-more .footer-button-email {
    padding: 6px 36px;
    font-size: 16px;
    line-height: 1;
    border-radius: 23px;
}
.footer-more .footer-button-email:hover{
    opacity: 0.8;
}
.eroad-button.is-primary {
    color: #fff;
    background-color: #e4362d;
    border-color: #e4362d;
}
.footer-scan {
    float: right;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.footer-scan .footer-scan-box {
    display: inline-block;
    margin-bottom: 16px;
    width: 150px;
    height: 180px;
    padding: 3px;
    background-color: #fff;
    border-radius: 6px;
}
.footer-scan .footer-scan-qr {
    width: 100%;
    height: 100%;
}
.footer-scan .footer-scan-text {
    font-size: 16px;
}
.block-footer-leftline {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 35px;
    margin-bottom: 0px;
}
.footer-menu img {
    cursor: pointer;
    width: 22px;
    margin-top: 8px;
    margin-right: 6px;
}
.zs-footerbottom {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #333333;
    color: #FFFFFF;
}
.zs-footerbottom a {
    color: #FFFFFF
}
.block-footerbottom-info {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.block-footerbottom-info a{
    margin: 0 10px;
}
.block-footerbottom-info .
.footer-copyright a, .footer-copyright span {
    margin-right: 30px;
}
.footer-link{
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 1px;
}
.footer-link a{
    margin: 0 3px;
}

/*页脚 end*/

/*右边在线客服 start*/
.zs-rightim{
    width: 50px;
    position: fixed;
    right: 10px;
    top: 42%;
    margin-top: -210px;
    z-index: 200;
}
.zs-rightim li{
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all linear .2s;
    margin-top: 6px;
}
.zs-rightim .im-con{
    display: none;
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.zs-rightim li:hover .im-con{
    display: block;
}
.zs-rightim .im-con .icon-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    background:url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-im-arrow.png) no-repeat center center; 
}
.zs-rightim .im-con .text {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(0,170,255,0.5);
}
.zs-rightim .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
}
.zs-rightim li.im-phone{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-right-phone.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}
.zs-rightim li.im-mobile{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-right-mobile.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-qq{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-right-qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imqq-con{
    display: none;
    padding: 0 25px 0 0;
    width: 378px;
    position: absolute;
    left: -370px;
    top: -50px;
}
.zs-rightim li.im-qq:hover .imqq-con{
    display: block;
}
.zs-rightim .imqq-con .icon-qq{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    margin-left: 6px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-qqon.png) no-repeat center center;
    background-size: 18px 18px;
}
.zs-rightim .imqq-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-arric.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 2;
}
.zs-rightim .imqq-con .text{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}
.zs-rightim .imqq-con .text strong{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.zs-rightim .imqq-con .links {
    display: block;
    width: 100%;
    padding-top: 13px;
}
.zs-rightim .imqq-con .links a{
    width: 90px;
    display: inline;
    margin-right: 20px;
    height: 40px;
    text-align: left;
    padding-bottom: 5px; 
}
.zs-rightim li.im-weixin{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-right-weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imwx-con {
    display: none;
    position: absolute;
    top: -11px;
    left: -192px;
    width: 188px;
    height: 258px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-im-weixin.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-left: 20px;
    z-index: 100;
}
.zs-rightim li.im-weixin:hover .imwx-con{
    display: block;
}
.zs-rightim .imwx-con img{
    display: block;
    width: 142px;
    height: 142px;
}
.zs-rightim .imwx-con span{
    width: 142px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #ff0000;
}
.zs-rightim li.im-gotop{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-right-up.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 0 4px 4px;
}
.zs-rightim li:hover{
    background-color: #039be7;
}
/*右边在线客服 end*/

/*页码*/
.zs-pages .pagination{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #ed0808;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #ed0808;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){

}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 55px;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.zs-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.zs-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: none;
}
.zs-header .zs-wp {
    height: 55px;
}
.zs-header .logo {
    margin: 13px 0;
    height: 30px;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 30px;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 92vh;
    overflow: auto;
    padding: 20px 4% 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
}
.zs-header .nav li {
    padding: 0px 30px;
    position: relative;
    height: auto;
}
.zs-header .nav li a {
    font-size: 16px;
    color: #333333;
    padding: 0;
    line-height: 50px;
}
.zs-header .nav li a:hover, .zs-header .nav li.cur a {
    font-weight: bold;
}
.zs-header .nav li:hover dl {
    display: flex;
}
.zs-header .nav li dl {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    min-width: 100%;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .nav .nav-arrow{
    display: none;
}
.zs-header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 30px;
    left: 0;
    margin-left: 0;
    background-color: #e4362d;
    bottom: 0;
}
.zs-header .rightbox {
    float: none;
    display: flex;
    min-width: 90px;
    margin-top: 9px;
    height: 40px;
    position: absolute;
    top: 0;
    left: unset;
    right: 40px;
    z-index: 1000000;
    justify-content: flex-start;
}
.zs-header .rightbox .ico-weixin {
    width: 30px;
    height: 40px;
}
.zs-header .rightbox .ico-phone {
    text-indent: -999999px;
}
.zs-header .rightbox .ico-contact {
    display: none;
}
.zs-header .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    float: none;
    min-width: 100%;
    margin-top: 0;
    padding: 10px 20px 10px 55px;
    box-shadow: none;
}
.zs-header .dropdown-menu:after{
    display: none;
}
.zs-header .dropdown-main-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
    padding: 0;
    float: none;
    width: 33.3%;
}
.zs-header .dropdown-menu li {
    height: auto;
    padding: 0 0;
    width: 100%;
}
.zs-header .dropdown-menu .dropdown-item-title{
    padding: 0 0 10px 0;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    font-size: 13px;
}
.icon-menu {
    display: block;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-subbanner {
    height: 200px;
}
.zs-subbanner .title {
    font-size: 22px;
    padding-top: 50px;
}
.zs-subbanner .subtitle {
    font-size: 15px;
    padding-top: 5px;
}
.zs-subbanner .menubox {
    height: 38px;
}
.zs-subbanner .submenu {
    display: none;
}
.zs-subbanner .path {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 20px;
    line-height: 1;
    flex-direction: row;
}
.h2title .title {
    font-size: 22px;
    height: 22px;
    padding-left: 12px;
    border-left: 3px solid #e4362d;
}
.h2title .more {
    margin-left: 50px;
    font-size: 14px;
    line-height: 24px;
}
.zs-footer {
    display: block;
    padding: 0 0 0 0;
}
.block-footer-logo, .zs-footerbottom, .zs-footermain {
    padding: 0 4%;
    width: auto;
}
.block-footer-bg {
    height: 100px;
}
.block-footer-bg .footer-bg1, .block-footer-bg .footer-bg2 {
    position: absolute;
    width: 100%;
}
.footer-menu {
    width: 100%;
    margin-bottom: 18px;
}
.footer-menu .footer-menu-item {
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-menu .footer-menu-title {
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-menu .footer-menu-item dd {
    margin: 0 10px 0 0;
    font-size: 14px;
}
.footer-menu a {
    font-size: 14px;
    line-height: 1.6;
}

.block-footer-left {
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.block-footer-leftline {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-top: 15px;
    margin-bottom: 0px;
    flex-direction: column;
}
.block-footer-leftline .footer-menu{
    width: 100% !important;
}
.footer-brand {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 15px;
}
.footer-brand a {
    display: block;
    width: 20%;
    text-align: center;
    margin-bottom: 18px;
}
.footer-rightbox {
    padding: 26px 20px 26px 20px;
    width: 100%;
    margin-bottom: 35px;
    float: right;
}
.footer-more .footer-more-title {
    font-size: 16px;
    font-weight: 700;
}
.footer-more .footer-more-title-sub {
    margin-bottom: 12px;
    font-size: 15px;
}
.footer-more .footer-button-email {
    padding: 6px 26px;
    font-size: 15px;
}
.footer-more .footer-more-item {
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-scan .footer-scan-text {
    font-size: 14px;
}
.footer-scan .footer-scan-box {
    margin-bottom: 6px;
    width: 140px;
    height: 170px;
    padding: 0;
}
.block-footerbottom-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    padding: 10px 0;
}
.block-footerbottom-info a {
    margin: 0 6px;
}
.footer-copyright span{
    display: block;
}
.Hlang-box {
    display: none;
    padding: 0;
    z-index: 4;
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    position: fixed;
    bottom: 38px;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
}
.zs-pages a {
    width: 28px;
    height: 28px;
    margin: 0 3px;
    line-height: 28px;
}
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
}
.zs-pages {
    padding: 20px 0;
    margin-top: 10px;
}
.zs-subbanner .subtitle.w35{
    width: 60%;
}
.zs-free-zone .zs-wp {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.zs-free-zone .title {
    vertical-align: middle;
    font-size: 32px;
    line-height: 1.6;
    padding-bottom: 20px;
}
.zs-free-zone .btn {
    padding: 0;
    margin-left: 0;
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
}
.icon-close:before {
    display: none !important;
}
/*新加*/
.zs-inquiries {
    display: block;
    height: auto;
    padding: 0 0;
    margin-top: 40px;
    margin-bottom: 45px;
}
.zs-inquiries .info {
    padding: 20px 0 26px 20px;
}
.zs-inquiries .info h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.zs-inquiries .info p {
    max-width: 100%;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;;
}
.zs-inquiries .jd-info .txt {
    line-height: 1.6;
    font-size: 16px;
}
.zs-inquiries .jd-info .qrc {
    width: 120px;
}
.zs-inquiries .jd-info {
    padding-top: 10px;
}
.zs-nav-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-nav-tab li {
    margin: 0 16px;
    font-size: 16px;
    line-height: 45px;
}
.zs-pages .pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

}